.flag-icon-background, .flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.flag-icon {
    position: relative;
    display: inline-block;
    width: 1.33333em;
    line-height: 1em;
}

.flag-icon:before {
    content: '\00a0';
}

.flag-icon.flag-icon-squared {
    width: 1em;
}

.flag-icon-gb {
    background-image: url(../flags/4x3/gb.svg);
}

.flag-icon-gb.flag-icon-squared {
    background-image: url(../flags/1x1/gb.svg);
}

.flag-icon-id {
    background-image: url(../flags/4x3/id.svg);
}

.flag-icon-id.flag-icon-squared {
    background-image: url(../flags/1x1/id.svg);
}
@media(max-width: 769px) {
    main.home .products {
        padding: 50px 0 20px;
    }

    .main-products .action__item__wrapper {
        padding: 20px;
        height: auto;
        width: auto;
    }

    .main-products .action__item__caption {
        width: 150px;
    }
}

.aftersales p {
    padding: 10px 100px 20px;
}

.main-products .variant__controller .btn-variant.active {
    border: 0 !important;
}

.main-products .overview {
    min-height: 100vh;
}

.news__updates {
    padding: 5vh 0;
}

.article__image {
    height: 155px;
    background-image: unset;
    min-height: unset;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    text-align: left;
}
.article-big .article__image {
    height: 100% !important;
}
.article__image.right {
    justify-content: flex-end;
}

.article__label {
    position: absolute;
    height: 30px;
    left: -10px;
    top: -30px;
    background: #a7120a;
    color: #FFF;
    padding: 5px 20px;
    transform: skew(20deg);
    font-size: 12px;
}
.article__content__wrapper .link {
    color: #bf0d03;
    margin: 0;
    font-size: 14px;
}
main.news .carousel__news__item .article__content__wrapper .link {
    color: #f8f9fa;
    margin: 0;
    padding: 0px 0;
    font-size: 14px;
    text-decoration: none;
}

.layanan-custom {
    padding: 10px 100px 20px;
}

.banner__caption {
    margin: 0;
    white-space: normal;
    max-width: 70%;
    margin-left: 0.5rem;
    margin-bottom: 1.5rem;
    padding: 0;
    flex: none;
}

.slider__caption {
    margin: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    flex: none;
    border-bottom: 1px solid #979797;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    text-decoration: none;
}


.btn-primary:hover {
    color: #fff !important;
    background-color: #a20900 !important;
    border-color: #a20900;
}

.main-products .variant {
    padding-top: 30px;
}

header .navbar__top .menu__item a {
    opacity: 1;
}

main.news .carousel__news__item .article__content__wrapper .carousel__news__label .article__label {
    position: relative;
    top: 0;
    left: -10px;
    margin: 10px 0;
}

h2, .h2 {
    font-size: 26px;
}

header .navbar__top__menu__item a, header .navbar__top .menu__item a, header .navbar__bottom__menu__item a, header .navbar__bottom .menu__item a {
    color: #FFF;
    opacity: 0.7;
    padding: 15px 0;
}

header .navbar__top__menu .search-input input,
header .navbar__top__menu .search-input,
header .navbar__top .menu .search-input,
header .navbar__top .menu .search-input button {
    opacity: 1 !important;
}
.main-products .video__slider__item  {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    width: 700px;
    display: block;
    position: relative;
    overflow: hidden;
}
.main-products .video__slider__item  .play__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #bf0d03;
    font-size: 73px;
}
.main-products .video__slider__item  .play__wrapper i {
    background: #f8f9fa;
    border-radius: 100%;
}


.products .products__head {
    font-weight: bold;
    text-align: center;
}
.products .products__desc {
    font-weight: 300;
    text-align: center;
}

.article__content a:hover, .article__content a:focus,
.article__content a:hover .article__title, .article__content a:focus .article__title {
    color: #000;
}

.article {
}
.article__label a {
    color: #fff;
    display: block;
    transform: skew(-20deg);
}
.article__label a:hover, .btn:hover{
    color: #fff;
    letter-spacing: 1.5px;
}

.article-big .article__content {
    padding: 60px 25px 40px;
    background: #fff;
}
.article-big .article__image img{
    width: calc(100% - 10px);
}

.article__image img {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.article-small .article__label {
    position: absolute;
    bottom: 0;
    margin: 0;
}

.article__content {
    min-height: 150px;
    padding: 25px;
}
.article__content__wrapper {
    margin-top: -10px;
}

.article-small .article {
    background: transparent;
}

.article-headline .article {
    display: flex;
}



main.news .carousel__news__item {
    width: unset !important;
    height: 420px;
    margin: 20px 10px;
}

main.news .carousel__news__item .article__content__wrapper {
    padding: 30px;
    position: absolute;
    bottom: 20px;
    justify-content: unset;
    width: unset;
    height: unset;
    max-width: 800px;
}

.article-headline--inverse .article {
    flex-direction: row-reverse;
}

.dropdown-menu .menu__item {
    padding: 0 !important;
}

.dropdown-menu .menu__item a {
    color: #575757 !important;
    padding: 10px 15px 10px !important;
    font-size: 14px;
    border-bottom: solid 1px rgba(151, 151, 151, 0.2);
    font-weight: 300;
    display: block;
    padding: 10px 0 !important;
}

.header .navbar__top .menu__item-separator {
    border-left: solid 1px rgba(255, 255, 255, 1);
}

.wulling__input {
    background: #fff;
    transform: skew(-30deg);
    border: 2px solid #bf0d03;
}

.wulling__input .form-control {
    transform: skew(30deg);
    border-color: transparent;
    background: 0 0;
    box-shadow: none;
}

.wulling__input .btn,
.wulling__input .input-group-text {
    background: #bf0d03;
    color: #fff;
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 0 20px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.wulling__input .fa {
    transform: skew(30deg);
}

.article__title {
    font-size: 1rem;
    line-height: 1.5;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #575757;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.footer .fa.fa-phone {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (max-width: 640px) {
    .banner {
        padding-top: 95px;
    }
    .banner .slick-dots {
        bottom: 20px !important;
    }
}

.icon {
    font-style: normal;
}

.icon-rupiah-sign {
    font-size: 0.85rem;
    display: inline-block;
}

.icon-rupiah-sign:before {
    content: "Rp";
}
.custom-sub-dropdown{
    list-style: none;
    padding: unset;
}

.custom-sub-dropdown .sub-dropdown{
    list-style: none;
    padding: unset;
    position: relative;
}

.custom-sub-dropdown .sub-dropdown::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    border: none;
    width: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    font-size: 12px;
    top: 0;
    bottom: 0;
}

.custom-sub-dropdown .sub-dropdown .sub-dropdown-menu{
    display: none;
    position: absolute;
    left: 160px;
    background: #f8f9fa;
    top: 0;
}

.custom-sub-dropdown .sub-dropdown:hover .sub-dropdown-menu{
    display: block;
}

.dropdown-menu{
    margin-top: -5px;
}

.banner {
    padding-top: 0;
}
.footer-h4{
    font-size:1.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem!important;
    font-family: inherit;
    line-height: 1.2;
    color: inherit;
    margin-top:0!important;
}

.footer-h6{
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 0.5rem!important;
    font-family: inherit;
    line-height: 1.2;
    color: inherit;
    margin-top: 0!important;
}

.footer-h5{
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.5rem !important;
    font-family: inherit;
    line-height: 1.2;
    color: inherit;
    margin-top: 0!important;
}

.fw-normal{
    font-weight: 300!important;
}
.pagination .page-item{
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
    margin: 5px!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border-radius: 15px 0;
    justify-content:center!important;
}
.pagination{
    justify-content:center!important;
}
.lazyload {
    opacity: 0;
}
.img-desktop {
    display: block !important;
}
.img-mobile {
    display: none !important;
}
.article__image {
    height: 100%!important;
}
@media (max-width: 991px) {
    .img-desktop {
        display: none !important;
    }

    .img-mobile {
        display: block !important;
    }
}